home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.swf / scripts / DefineButton2_272 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-15  |  82 b   |  8 lines

  1. on(release){
  2.    if(0 < a)
  3.    {
  4.       a -= 1;
  5.       call("MoveRec");
  6.    }
  7. }
  8.